Package com.cisco.pt.ipc.sim.pdu
Interface LldpTlv_PortID
- All Known Implementing Classes:
LldpTlv_PortIDImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetPortIDSubType(LldpTLV_PortIDSubType portIDSubType) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.LldpTLV
getLldpLength, getLldpType, setLldpLength, setLldpTypeMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getPortIDSubType
LldpTLV_PortIDSubType getPortIDSubType()- Returns:
- LldpTLV_PortIDSubType Returns a LldpTLV_PortIDSubType
-
setPortIDSubType
- Parameters:
portIDSubType- Takes in a parameter of portIDSubType
-
getPortID
String getPortID()- Returns:
- String Returns a String
-
setPortID
- Parameters:
portID- Takes in a parameter of portID
-